home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / fido / OBManager.readme < prev    next >
Text File  |  1996-12-07  |  7KB  |  204 lines

  1. Short:    Polling sessions made easier.
  2. Author:   rocco@inmedia.it (Rocco Coluccelli)
  3. Uploader: rocco@inmedia.it (Rocco Coluccelli)
  4. Version:  OutBoundManager 0.40 (11.Nov.1996)
  5. Type:     comm/fido
  6. Requires: dev/mui/MUIRexx_2_2.lha
  7.  
  8. TITLE
  9.  
  10.      OutBoundManager
  11.  
  12. VERSION
  13.  
  14.      0.40b
  15.  
  16. AUTHOR
  17.  
  18.      Rocco Coluccelli
  19.  
  20.      E-Mail: rocco@inmedia.it
  21.              moos@freenet.hut.fi
  22.  
  23. DESCRIPTION
  24.  
  25.     OutBoundManager (OBM) is an ARexx program that, using MUIrexx, opens a
  26.     little GUI to let users select which nodes are to call. Being a
  27.     point on fidonet and Amiganet often I've to call nodes for a f'req, or
  28.     a crash... My boss have three lines and I need to call each one if the
  29.     others are busy... Having also more than one point address I need to
  30.     choose which node to poll... For all these problems OBM is the
  31.     solution. A brief list of features:
  32.  
  33.       *) Listview to select which nodes are to be called.
  34.       *) Information window to read more about each node.
  35.       *) Little database to store data for those frequently called nodes.
  36.       *) Support for multilines BBS using 'mail/Poll_TD' and
  37.          'mail/Poll_GMS' external modules.
  38.       *) Support for TrapDoor and GMS.
  39.       *) Very configurable scheduler to easly interface with other mailers.
  40.       *) Confortable GUI created using MUIrexx (C).
  41.       *) Great modularity thanks to the MOOS (C) concept:
  42.  
  43.          OutBoundManager
  44.             |
  45.             +- mui/RunMuiRexx
  46.             +- mui/About
  47.             |    |
  48.             |    +- dos/ReadBlock
  49.             |    `- dos/SplitPath
  50.             |
  51.             +- db/Config
  52.             |    |
  53.             |    +- dos/ReadBlock
  54.             |    `- dos/WriteBlock
  55.             |
  56.             +- mail/Poll
  57.             |     |
  58.             |     +- db/Config
  59.             |     |    |...
  60.             |     |
  61.             |     +- mail/Poll_GMS
  62.             |     |    |
  63.             |     |    `- dos/Error
  64.             |     |
  65.             |     +- mail/Poll_TD
  66.             |     |    |
  67.             |     :    +- db/RunHost
  68.             |     :    |    |
  69.             |          |    `- dos/Error
  70.             |          |
  71.             |          `- dos/Error
  72.             |
  73.             +- dos/ReadBlock
  74.             `- dos/WriteBlock
  75.  
  76.       *) Thanks to its modularity you may use 'mail/Poll_TD'()
  77.          as external ARexx function to interface the mailer
  78.          if you are not interested to use the whole OBM with its
  79.          GUI. After the configuration you still be able to use
  80.          the module 'mail/Poll'() instead that read also the
  81.          user preferences and the data for the multilines BBSes.
  82.          You can use 'db/Config'() to store and retrieve little
  83.          configuration files for other ARexx script... You will
  84.          find more information about MOOS soon in Aminet.
  85.  
  86. HISTORY
  87.  
  88.     v0.10   2/11/96 -   initial release
  89.     v0.40b 11/11/96 -   first public release
  90.  
  91. SPECIAL REQUIREMENTS
  92.  
  93.     * Version 3.0 of the Amiga operating system or higher
  94.     * MUI 3.0 or better
  95.     * Icon.mcc custom class (included in MUIrexx distribution)
  96.     * ARexx
  97.     * RexxDosSupport.library
  98.     * Traplist.library
  99.     * GetNode (mail:bin/)
  100.  
  101. HOST NAME
  102.  
  103.      FTP/Internet: AmiNet (ftp.wustl.edu) and mirrors
  104.  
  105. DIRECTORY
  106.  
  107.      pub/aminet/comm/fido
  108.  
  109. FILE NAME
  110.  
  111.      OBManager.lha
  112.  
  113. DISTRIBUTABILITY
  114.  
  115.      Freely distributable, Copyright by the author.
  116.  
  117. COPYRIGHTS
  118.  
  119.     ARexx
  120.     Copyright 1987, William S. Hawes
  121.  
  122.     Magic User Interface
  123.     Copyright 1993-95, Stefan Stuntz
  124.  
  125.     MUIrexx
  126.     Copyright 1996, Russell Leighton
  127.  
  128.     RexxDosSupport
  129.     Copyright (C) 1994-1996 by hartmut Goebel
  130.  
  131.     MOOS
  132.     Copyright (C) 1994-1996, Rocco Coluccelli
  133.  
  134. SIGNATURE
  135.      __
  136.      |(
  137.     e
  138.             rocco@inmedia.it
  139.             moos@freenet.hut.fi
  140.  
  141.      Rocco Coluccelli - MOOS Development
  142.      Student of Computer Science Engineering.
  143.      Member of Amiga Group Italia, Bologna.
  144.      ARexx programmer.
  145.  
  146.         Amiga Group Italia - http://www.inmedia.it/Amiga/
  147.  
  148.  
  149. ============================= Archive contents =============================
  150.  
  151. Original  Packed Ratio    Date     Time    Name
  152. -------- ------- ----- --------- --------  -------------
  153.     1192     761 36.1% 13-Nov-96 08:00:52 +ARexx.info
  154.      906     521 42.4% 09-Nov-96 19:52:04 +Config
  155.     2071    1079 47.8% 13-Dec-95 12:46:00 +RunHost
  156.     1099     599 45.4% 12-Jun-95 03:21:34 +Error
  157.      621     400 35.5% 05-Nov-96 04:01:02 +ReadBlock
  158.      759     411 45.8% 11-Nov-96 17:05:18 +SplitPath
  159.      519     329 36.6% 26-Nov-95 22:45:24 +WriteBlock
  160.     3248    1350 58.4% 14-Nov-96 09:01:34 +Poll
  161.     3265    1476 54.7% 11-Nov-96 02:49:20 +Poll_GMS
  162.     2339    1098 53.0% 11-Nov-96 01:44:34 +Poll_TD
  163.      933     476 48.9% 11-Nov-96 01:45:16 +Poll_TD.stat
  164.     2017     961 52.3% 11-Nov-96 20:55:00 +About
  165.      579     345 40.4% 13-Nov-96 15:57:32 +RunMUIrexx
  166.     1197     775 35.2% 14-Nov-96 07:25:56 +Docs.info
  167.     7551    2972 60.6% 27-Feb-96 12:00:00 +AFD-COPYRIGHT
  168.     1611     845 47.5% 14-Nov-96 07:25:56 +AFD-COPYRIGHT.info
  169.     8920    3597 59.6% 27-Feb-96 12:00:00 +AFD-COPYRIGHT.it
  170.     1611     844 47.6% 14-Nov-96 07:25:56 +AFD-COPYRIGHT.it.info
  171.     4605    1823 60.4% 27-Feb-96 12:00:00 +AFD-README
  172.     1611     845 47.5% 14-Nov-96 07:25:56 +AFD-README.info
  173.    11268    3797 66.3% 14-Nov-96 07:07:40 +external.iff
  174.      709     509 28.2% 14-Nov-96 07:28:18 +external.iff.info
  175.     6238    1610 74.1% 14-Nov-96 07:09:14 +information.iff
  176.      709     509 28.2% 14-Nov-96 07:27:56 +information.iff.info
  177.    10986    3469 68.4% 14-Nov-96 07:41:06 +internal.iff
  178.      709     506 28.6% 14-Nov-96 07:28:08 +internal.iff.info
  179.     8996    3532 60.7% 13-Nov-96 18:30:48 +main.iff
  180.      709     509 28.2% 14-Nov-96 07:27:32 +main.iff.info
  181.     7931    3212 59.5% 15-Nov-96 08:21:20 +OutBoundManager.guide
  182.      464     219 52.8% 14-Nov-96 07:25:56 +OutBoundManager.guide.info
  183.     2868     749 73.8% 13-Nov-96 08:07:20 +Icons.info
  184.     1744     840 51.8% 05-Nov-96 01:31:48 +OBM_info
  185.     1609     529 67.1% 13-Nov-96 08:07:20 +OBM_info.info
  186.      529     366 30.8% 13-Nov-96 08:07:20 +OBM_info_4c.info
  187.     1754     831 52.6% 05-Nov-96 01:20:16 +OBM_poll
  188.      709     496 30.0% 13-Nov-96 08:07:20 +OBM_poll.info
  189.      529     320 39.5% 13-Nov-96 08:07:20 +OBM_poll.info_4c.info
  190.     1724     662 61.6% 05-Nov-96 01:22:28 +OBM_trash
  191.     1609     382 76.2% 13-Nov-96 08:07:20 +OBM_trash.info
  192.      529     275 48.0% 13-Nov-96 08:07:20 +OBM_trash.info_4c.info
  193.      108      90 16.6% 11-Nov-96 21:27:48 +Install
  194.     1204     501 58.3% 13-Nov-96 08:00:52 +Install.info
  195.     9656    5277 45.3% 12-Nov-96 23:34:56 +rexxdossupport.library
  196.     3974    1645 58.6% 13-Nov-96 08:09:42 +OBManager.readme
  197.     1451     560 61.4% 13-Nov-96 08:00:52 +OBManager.readme.info
  198.    17370    5491 68.3% 14-Nov-96 07:35:48 +OutBoundManager
  199.     5906    2394 59.4% 14-Nov-96 07:34:44 +OutBoundManager.help
  200.      464     215 53.6% 13-Nov-96 08:00:52 +OutBoundManager.help.info
  201.      944     398 57.8% 13-Nov-96 08:00:52 +OutBoundManager.info
  202. -------- ------- ----- --------- --------
  203.   150054   61400 59.0% 17-Nov-96 00:18:28   49 files
  204.